home *** CD-ROM | disk | FTP | other *** search
- object frmRaw: TfrmRaw
- Left = 255
- Top = 219
- BorderStyle = bsDialog
- Caption = 'Set RAW Format'
- ClientHeight = 160
- ClientWidth = 394
- Color = clBtnFace
- ParentFont = True
- OldCreateOrder = True
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object OKBtn: TButton
- Left = 308
- Top = 13
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 0
- OnClick = OKBtnClick
- end
- object CancelBtn: TButton
- Left = 308
- Top = 43
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 1
- end
- object rgFrequency: TRadioGroup
- Left = 8
- Top = 8
- Width = 185
- Height = 145
- Caption = 'Frequency (Hz)'
- Columns = 2
- ItemIndex = 8
- Items.Strings = (
- '6000'
- '8000'
- '11025'
- '12000'
- '16000'
- '22050'
- '24000'
- '32000'
- '44100'
- '48000')
- TabOrder = 2
- end
- object rgChannels: TRadioGroup
- Left = 200
- Top = 94
- Width = 97
- Height = 59
- Caption = 'Channels'
- ItemIndex = 1
- Items.Strings = (
- 'Mono'
- 'Stereo')
- TabOrder = 3
- end
- object rgCompression: TRadioGroup
- Left = 200
- Top = 8
- Width = 97
- Height = 81
- Caption = 'Compression'
- ItemIndex = 0
- Items.Strings = (
- '16-bit PCM'
- '8-bit A-Law'
- '8-bit mu-Law')
- TabOrder = 4
- end
- end
-